The H5G_GET_MEMBER_NAME function retrieves the name of an object within a group, by its zero-based index.
Note: This function is not part of the standard HDF5 interface, but is provided as a programming convenience. The H5Giterate() C function is used to retrieve the name.
Result = H5G_GET_MEMBER_NAME(Loc_id, Name, Index)
Returns a string containing the object’s name.
An integer representing the identifier of the file or group.
A string representing the name of the group in which to retrieve the member name.
An integer representing the zero-based index of the object for which to retrieve the name.
None
5.6 |
Introduced |